PERFORM CHECKLIST FOR FONTS

This command will build a checklist and search for all available fonts on the system.

  Syntax
PERFORM CHECKLIST FOR FONTS
  Returns

This command does not return a value.

  Description

Use the CHECKLIST commands found in SYSTEM command set to access the checklist.

  Example Code
PERFORM CHECKLIST FOR FONTS
FOR C=1 TO CHECKLIST QUANTITY()
PRINT CHECKLIST STRING$(C)
NEXT C
WAIT KEY
  See also

TEXT Commands Menu
Index